lcPaint_PtbufAddPointP Home

Adds a point into a points buffer, using polar offset from previously added point.

 BOOL lcPaint_PtbufAddPointP (
   HANDLE hPtbuf,
   double Angle,
   double Dist
 );

Parameters
hPtbuf
  Handle to points buffer.
Angle
  Angle from previous point.
Dist
  Distance from previous point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddPointlcPaint_PtbufAddPoint2